.error-404.not-found {
  padding: 10vw;
}
.qtranxs-available-languages-message {
  display: none !important;
}

.site-info,
.site-header,
.site-footer,
.site-inner {
  max-width: none;
}

body,
body * {
  outline: none !important;
  line-height: 1.7;
}

.no-sidebar .entry-header,
.no-sidebar .entry-content,
.no-sidebar .entry-summary,
.no-sidebar .entry-footer,
.no-sidebar .comments-area,
.no-sidebar .image-navigation,
.no-sidebar .post-navigation,
.no-sidebar .pagination,
.no-sidebar .page-header,
.no-sidebar .page-content,
.no-sidebar .content-bottom-widgets {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  float: none;
}

body::before,
body::after,
.entry-header,
.edit-link {
  display: none !important;
}

.site-info {
  display: none;
}

.content-area {
  width: 100%;
  margin-right: 0;
}

.sidebar.widget-area {
  display: none;
}

.comments-area {
  display: none;
}

.site-branding,
.site-header-menu,
.header-image {
  margin-top: 0;
  margin-bottom: 0;
}

.vc_row {
  margin-left: 0;
  margin-right: 0;
}
.vc_column_container > .vc_column-inner {
  padding-right: 0;
  padding-left: 0;
}

.post-thumbnail {
  margin: 0;
}
.no-sidebar .post-thumbnail img {
  width: 100%;
  max-height: 100vh;
  min-height: 500px;
  height: 75vh;
  object-fit: cover;
}

.menu {
  /*
  background-color: rgba(255, 255, 255, 0.95) !important;
  */
}

.container {
  width: 100% !important;
}

.vc_slide.vc_images_carousel {
  width: 100% !important;
}

.vc_images_carousel .vc_carousel-control {
  height: 30px !important;
  width: 30px !important;
}

.vc_images_carousel .vc_carousel-control {
  left: -15px;
}

.vc_images_carousel .vc_carousel-control.vc_right {
  right: -15px;
}

.menu-toggle {
  border: none;
  margin: 0;
  height: 1.4vw;
  padding: 0;
  display: block;
  position: relative;
  transition: all 0.5s;
  border-radius: 0;
}
.menu-toggle:hover {
}
.menu-toggle span {
  display: block;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transition: all 0.3s;
  transition-timing-function: ease-in-out;
  opacity: 1;
  transform: translateY(-50%);
}
.menu-toggle,
.menu-toggle span {
  width: 1.6vw;
}
.menu-toggle.toggled-on span {
  opacity: 0;
}
.menu-toggle span:first-of-type {
  top: 0;
  transform: translateY(-50%);
}
.menu-toggle span:last-of-type {
  bottom: 0;
  top: auto;
  transform: translateY(50%);
}
.menu-toggle.toggled-on span:first-of-type {
  opacity: 1;
  top: 50%;
  transform: translateY(-50%) rotate(225deg);
}
.menu-toggle.toggled-on span:last-of-type {
  opacity: 1;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-225deg);
}

.search-submit:before {
  line-height: 1rem;
}

body {
  font-size: 12px;
  color: #666;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.max_200 {
  max-width: 180px;
  margin: auto;
}

.project-item:hover .project-hover,
.team-hover {
  background-color: rgba(50, 215, 150, 0.6) !important;
}

#map.map {
  display: none !important;
}

.page-inner {
  margin-top: 0;
}

.rs-mask-wrap {
  overflow: auto;
}

.single-projects .project-detail {
  min-height: 85vh;
  background-color: #eee;
}

.project-detail-info {
  box-shadow: 0 0 30px 0 rgb(0, 0, 0, 0.1);
}

.add-new-team {
  display: none;
}

.team-social {
  display: none;
}

.tp-tabs,
.tp-thumbs,
.tp-bullets {
  z-index: 9998 !important;
}

.tp-bullet-title {
  display: none !important;
}

@media (min-width: 1200px) {
  div.col-lg-4 {
    width: 50%;
  }
}
.footer {
  border-top: 1px solid #eee;
}

.page-id-7 .filter-carousel,
.home .filter-carousel {
  display: none !important;
}

.page-id-7 .section-projects .view-projects,
.home .section-projects .view-projects {
  float: right;
  position: static;
}

.owl-dot span {
  border-radius: 50%;
  width: 10px !important;
  height: 10px !important;
}

.wrapper {
  margin-top: 0;
  padding-top: 6rem !important;
}

.navbar {
  position: fixed !important;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  align-content: space-between;
  height: auto !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  box-shadow: 0 0 65px rgb(0 0 0 / 5%);
}
.brand img {
  height: 3.8rem !important;
}

.single-projects .footer.section {
  margin-top: 100px;
}

.navbar .brand {
  margin-top: 0 !important;
}

.navbar::before,
.navbar::after {
  display: none !important;
}

.navbar .social-list {
  display: none;
}

.navbar-toggle .icon-bar {
  border-radius: 0 !important;
  width: 30px !important;
}

.footer.section {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
}

.footer-flex .flex-item {
  margin-top: 1rem !important;
}

.footer-flex {
  margin-top: 0 !important;
}

.page-id-412 .page-header {
  margin: 5rem;
}

.filter {
  font-size: 1.3rem;
}

.single-projects div.project-detail {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}

/**
内容已经隐藏
**/
div.project-detail-info {
  padding: 1.5rem;
  transition: all 0.5s ease-in-out;
}

div.project-detail-info.active {
  width: auto;
  /*
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  */
  left: 0;
  max-width: 35rem;
  opacity: 0.6;
}

div.project-detail-control {
  line-height: 1;
}

div.project-detail-content {
  transition: unset;
}

.project-detail-meta {
  display: none;
}

.entry-footer,
.posted-on {
  display: none !important;
}

div.primary.col-md-8 {
  margin: auto;
  float: none;
}

.entry-title {
  display: none;
}

h3.vc_custom_heading {
  margin-top: 0;
  position: relative;
  margin-top: 0;
  padding-top: 2rem;

  color: #999999;
  line-height: 1.111;
  font-size: 1.28rem;
  text-transform: uppercase;
  font-weight: 600;
}

h3.vc_custom_heading::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 7rem;
  max-width: 100%;
  height: 0.28rem;
  background: #114d88;
  content: "";
}

.info-title {
  width: auto !important;
}

.menu-list.right-boxed {
  height: 100%;
}

.contact_ico {
  display: inline-block;
}

#about_title {
  white-space: nowrap;
}

span {
  display: inline-block;
}
